Make text bold or italicized
Note: the following tags are the only optional tags that should be used in the backend. They must be opened and closed just like any other tag. These tags change the appearance of the text.
This code can be seen here Examples.
this makes the text italicized ("em" stands for emphasize):
<em> **italicized text** </em>
makes the text bold:
<strong> **text** </strong>